home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000042_news@newsmaster….columbia.edu _Sat Jan 3 22:32:26 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id WAA29089
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 3 Jan 1998 22:32:25 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id WAA05614
  7.     for kermit.misc@watsun; Sat, 3 Jan 1998 22:32:24 -0500 (EST)
  8. From: jwmanly@unix.amherst.edu (John W. Manly)
  9. Newsgroups: comp.protocols.kermit.misc
  10. Subject: Problem with CKERMIT TRANSMIT
  11. Date: 4 Jan 98 02:37:24 GMT
  12. Organization: Amherst College
  13. Lines: 32
  14. Message-ID: <34aef5e4.0@amhnt2.amherst.edu>
  15. NNTP-Posting-Host: amhnt2.amherst.edu
  16. X-Newsreader: TIN [version 1.2 PL2]
  17. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!news.rediris.es!news-ge.switch.ch!news-fra1.dfn.de!Cabal.CESspool!bofh.vszbr.cz!cpk-news-hub1.bbnplanet.com!cam-news-feed1.bbnplanet.com!news.bbnplanet.com!alpha-nt.newbedford.k12.ma.us!gatekeeper.umassd.edu!umass.edu!amhnt2.amherst.edu!abby.unix.amherst.edu!jwmanly
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8209
  19.  
  20. Hi, all.  I've been running into a very frustrating problem with the CKERMIT
  21. TRANSMIT command when used over TCP/IP to a port other than the standard
  22. TELNET port (port 23).
  23.  
  24. In particular, I'm trying to use CKERMIT to "force feed" a message into
  25. our NNTP news server, so I've tried just doing the following:
  26.  
  27. set host news-server nntp
  28. output post\13
  29. pause
  30. transmit message.txt
  31. pause
  32. output .\13
  33. output QUIT\13
  34. quit
  35.  
  36. But the TRANSMIT operation never seems to work, though the rest of the
  37. script does work.  Sometimes it seems that some of the input file gets
  38. lost, other times nothing at all seems to be transmitted by the TRANSMIT
  39. line.  I've tried "set transmit pause 1000" to make sure the target 
  40. buffers weren't being overwhelmed, but nothing seems to help.
  41.  
  42. Just for laughs, I tried this to two different mail servers's SMTP
  43. ports, and I get the same kind of results -- the TRANSMIT command does
  44. not seem to handshake (or something) with the other end.  But if I
  45. use this script to port 23 of a host, then it works fine.
  46.  
  47. Is there something about a connection to a non-TELNET port on a remote
  48. host that makes the TRANSMIT command problematical?
  49.  
  50. - John W. Manly <JWMANLY@AMHERST.EDU>  Acting Director, Amherst College ACC
  51.